run time 加工(運(yùn)行)時(shí)間; 加工時(shí)間; 實(shí)驗(yàn)時(shí)間; 運(yùn)行期; 運(yùn)行時(shí);運(yùn)行庫(kù); 運(yùn)行時(shí)間; 運(yùn)轉(zhuǎn)時(shí)間; 執(zhí)行時(shí)期
Enables run - time type information rtti 啟用運(yùn)行時(shí)類型信息( rtti )
Disables run - time type information . use 將禁用運(yùn)行時(shí)類型信息。
Pointcut designators all match based on run - time type information 切入點(diǎn)指示符全都根據(jù)運(yùn)行時(shí)類型信息進(jìn)行匹配。
Run - time type information 執(zhí)行時(shí)期類型信息
And so on and those that match based on run - time type information ,等等) ,另一類是根據(jù)運(yùn)行時(shí)類型信息進(jìn)行匹配的切入點(diǎn)指示符(
When it comes to matching based on run - time type information , things get a little more interesting 在根據(jù)運(yùn)行時(shí)類型信息進(jìn)行匹配時(shí),事情變得更有趣了。
百科解釋
In computer programming, RTTI (Run-Time Type Information, or Run-Time Type Identification) refers to a C++ mechanism that exposes information about an object's data type at runtime. Run-time type information can apply to simple data types, such as integers and characters, or to generic types.